math/big.Int.mul (method)
8 uses
math/big (current package)
int.go#L184: z.mul(nil, x, y)
int.go#L191: func (z *Int) mul(stk *stack, x, y *Int) {
natmul.go#L210: z1.mul(stk, tx, ty)
natmul.go#L213: z0.mul(stk, x0, y0)
natmul.go#L214: z2.mul(stk, x1, y1)
natmul.go#L227: z0.mul(stk, x0, y0)
natmul.go#L231: z2.mul(stk, x1, y1)
rat.go#L540: z.a.mul(stk, &x.a, &y.a)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |